RemoveAt Method (ItemCollection<T>)
Removes a object from the
ItemCollection<T> at the specified index.
public void RemoveAt(
int
)
'Declaration
Public Sub RemoveAt( _
ByVal As Integer _
)
Parameters
- index
- A zero-based System.Int32 index at which to remove the object.